projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c636405
)
(cl-member): Renamed from member.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 27 May 1993 04:45:55 +0000
(
04:45
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 27 May 1993 04:45:55 +0000
(
04:45
+0000)
lisp/cl.el
patch
|
blob
|
history
diff --git
a/lisp/cl.el
b/lisp/cl.el
index 2d2179b78bc0ee2e67d66a20c05f38cbb47b69d3..0e648633a52d93efa39e8750c0e66b2002e3053b 100644
(file)
--- a/
lisp/cl.el
+++ b/
lisp/cl.el
@@
-1417,7
+1417,7
@@
returned."
;;;; Both list and sequence functions are considered here together. This
;;;; doesn't fit any more with the original split of functions in files.
-(defun member (item list &rest kargs)
+(defun
cl-
member (item list &rest kargs)
"Look for ITEM in LIST; return first tail of LIST the car of whose first
cons cell tests the same as ITEM. Admits arguments :key, :test, and
:test-not."